home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / cref11.zip / CREFR.DOC < prev    next >
Text File  |  1992-06-26  |  5KB  |  115 lines

  1. This Manual is simply to explain certain items that pertain to the TSR
  2. version of CREF (CREFR.EXE). All legal and support information can be
  3. construed to be that listed in the CREF.DOC file. All system requirements
  4. are the same as that for the CREF.EXE file.
  5.  
  6. The TSR version may not be distributed without the command line version. It
  7. must be a part of the overall package CREF11.ZIP as originally distributed.
  8.  
  9. Now....down to business....
  10.  
  11. CREFR is a TSR or Terminate and Stay Resident program, which means that when
  12. it is invoked it loads itself into memory and remains there until you reboot
  13. your computer. It waits for its key press, then activates to the front of
  14. any program, where you may view the information it has to offer.
  15.  
  16. To load CREFR simply type CREFR and press <Enter>. Currently the program
  17. has no option to remove itself from memory. You may wish to use a TSR
  18. management program team such as Install.Com/Remove.Com or
  19. Mark.Com/Release.Com, which are available as Shareware on many Bulletin
  20. Board systems. Another good program is PopDrop which is a commercial
  21. product. If you will use a management program such as these its a good idea
  22. to create a batch file to load the file ie:
  23.  
  24. REM LCR.BAT {Load Crefr}
  25. @echo off
  26. PopDrop
  27. CREFR
  28. REM End of batch
  29.  
  30. Thus, one command will set up the TSR manager and load CREFR. Of course you
  31. will want to remove it when you're done, you could create another batch file
  32. to do that or issue the removal command from the prompt. Refer to the
  33. documentation for the TSR manager.
  34.  
  35. When CREFR loads the screen will clear and a message box will pop onto the
  36. screen telling you the program has been installed. It will also show you the
  37. "Hot Key" combination to call CREFR, which is Ctrl-Alt-R which means that
  38. you hold down the Ctrl and Alt keys together then press the R character key.
  39.  
  40. The CREFR menu will appear at the upper left corner of the screen, from this
  41. point on the chart selections are identical to that of the command line
  42. version CREF.
  43.  
  44. When CREFR is called via the HotKey it first does two things, it saves the
  45. underlying Dos or Program screen, and saves the current cursor position.
  46. When you exit CREFR by choosing Quit, it restores the screen and returns the
  47. cursor to its previous position. Now, the cursor reposition does not always
  48. appear to work....some programs that have a horizontal menu bar across the
  49. top will not allow the cursor to return right away. What happens is that the
  50. first Menu Choice will be highlighted....simply press Esc and the cursor
  51. will return to its previous location.
  52.  
  53.  
  54. PROGRAM SIZE:
  55.  
  56. The TSR uses about 57K of memory while it is resident. It has proven
  57. compatible with most Editors and other programs, a listing will be shown a
  58. little later of programs tested. But for instance, it will allow Qedit to
  59. edit a 130K text file without any problems. Depending on your system setup
  60. and how much memory is being used by your setup, the 57K CREFR uses should
  61. not cause any problems.
  62.  
  63. Currently all the charts used by CREFR are built into the program, should
  64. this program expand (more charts etc) then I may change it to where it will
  65. load charts from an on-disk library. This will cause a *small* speed loss,
  66. but conserve memory use. I do not want to see CREFR get much above a 60K
  67. item in memory....but thats a future issue.
  68.  
  69. NUMLOCK KEY:
  70.  
  71. It is STRONGLY RECOMMENDED that you turn off the NumLock key on 100+ key
  72. keyboards before loading CREFR, at times the program seems to lock up if you
  73. don't, it does not handle the NumLock key in a standard way. If things
  74. appear to lock up, before you hit the reboot button, try banging (gently)
  75. around on various key combinations, this sometimes will loosen things up.
  76. ** I know it sounds strange...but it often works **
  77.  
  78. If just after you have loaded CREFR you realize that the number lock key was
  79. on, use the provided LOCK.COM .... first turn NUMLOCK OFF then type LOCK N-
  80. this will reset the NumLock to off status.
  81. LOCK.COM can be used with the CAPS and SCROLLOCK too. Type NUMLOCK by itself
  82. for a command description.
  83.  
  84. If this won't do it then you may have to reboot.
  85.  
  86. But don't fret to much, after a little trial and error you will not have any
  87. more problems, I've had them all!
  88.  
  89. PROGRAM COMPATIBILITY:
  90.  
  91. CREFR WILL NOT work over graphics programs. If you call it while a graphics
  92. program is running, plan on a reboot!
  93.  
  94. Following is a list of editors that CREFR has been tested with.
  95.  
  96. PASCAL TURBO IDE Editor.........OK!   QUICKBASIC 4.5.MSOFT......OK!
  97. BOXER by David Hamel............OK!   XTREE GOLD.Exec.Systems....OK!
  98. QEDIT by Semware................OK!   THEDRAW 4.51 Ian Davis....OK!
  99.  
  100.  There have been some problems with Micro Softs Macro Assembler:
  101.  Screens do not get cleared between charts, and the colors sometimes get
  102.  changed a little, especially bright yellow. But once Quit is chosen from
  103.  CREFR everything gets back to normal, so while its a little messy, it WILL
  104.  work with the Macro Assembler.
  105.  
  106. I hope you find this TSR version of CREF as useful as I have, as always, if
  107. you have a comment or suggestion, please let me know. You can use the
  108. Comments form provided. If there is something you would like to see added to
  109. the CREF program...tell me, I'll probably do it!
  110.  
  111. Thanks...Rand Nowell
  112.  
  113. <eof> CREFR.DOC
  114.  
  115.